Update user settings (Internal / DATABASE)

{ updateUsersDb }

Updates user details in the system for Internal / Database Authentication.

Method

/API2/access/updateUsersDb

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2020.10
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    updateUserDbArr

    Object Type

    Description

    The object used to update a database authentication user.

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    Use this only if the database is used as the authentication provider.

    Examples